﻿/*鍏叡鐨刢ss*/
/*鍒濆鍖栫殑css*/
*{margin:0; padding:0; font-family:Arial, Helvetica, 微软雅黑, sans-serif;box-sizing: border-box }
a{ color:#333; text-decoration:none;}
a:hover{text-decoration: none}
ul, ol{list-style-type:none;}
img{border:0; max-width:100%;}
.container{ margin:0 auto; position:relative;}
.w1220{width:1220px; margin:0 auto; }
.clear{clear:both;}
body{ overflow-x:hidden; }
h1, h2, h3, h4, h5, h6,b{ font-weight:normal;}
input, textarea,select{outline:medium;}
p{ text-align:justify;}
.fl{ float:left;}
.fr{ float:right;}
@media (min-width: 1530px){
    .container {
        width: 1530px;
    }
}



.headerNav{
    background: rgba(255,255,255,0.65);
}

.headerNav .container{
    padding: 18px  0 0 0;
        padding: 12px  0 9px 0;
    text-align: center;
}
.headerNav .container .core{
    height: 120px;
       height: 90px;
    transition: all 0.3s;
}
.headerNav .container .logoPC{
    overflow: hidden;
    line-height: 100px;
    text-align: center;
    height: 100px;
    display: inline-block;
    margin-right: 8%;
    vertical-align: top;
    position: absolute;
    top: 5px;
    left: 0;
}
.headerNav .container .logoPC img{
    height:100%;
       height:80px;
}

.headerNav .navbar{
    text-align: center;
    border: none;
    display: inline-block;
    margin: 0 0;
    height: 100%;
    padding: 0  0 0 5%;
}
.headerNav .navbar>li{
    float: left;
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 28px 46px 0 0;
}
.headerNav .navbar>li:nth-child(4),
.headerNav .navbar>li:nth-child(5),
.headerNav .navbar>li:nth-child(6),
.headerNav .navbar>li:nth-child(5){
    min-width: 94px;
}
.headerNav .navbar>li:nth-child(5){
    min-width: 80px;
}
.headerNav .navbar>li:nth-child(2){
    min-width: 48px;
}
.headerNav .navbar>li:nth-child(3){
    min-width: 112px;
    min-width: 74px;
}


/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: "navfooter";
    src: url('../fonts/navone.ttf');
}
.headerNav .navbar>li>a{
    overflow: hidden;
    display: inline-block;
    color: #000000;
    font-size: 16px;
    /*font-size: 18px;*/
    padding: 0;
    transition: all 0.3s;
    width: 100%;
    /*height: 100%;*/
    /*font-weight: 600;*/
    /*font-family: "navfooter";*/
}
.headerNav .navbar>li>a>span{
    display: block;
    font-size: 13px;
    line-height: 14px;
    color: #333333;
    font-family: "navfooter";
    margin: -1px 0 0 0;
    /*display: none;*/
}
.headerNav .navbar>li:hover>a{
    /*transform: translate(0px,-7px);!* 只写一个值，默认y=0 *!*/
}
.headerNav .navbar>li:hover>a,
.headerNav .navbar>li.on>a{
    color: #2c3f95;
}
.headerNav .navbar>li.on>a span,
.headerNav .navbar>li:hover>a span{
    color: #2c3f95;
}


/*二级导航*/
.headerNav .navbar>li ul{
    /*position: absolute;*/
    /*top: 80px;*/
    /*left: 0;*/
    /*height: auto;*/
    /*display: none;*/
    width: 100%;
    z-index: 10000;
    padding: 8px 0;
    display: none;
}




.headerNav .navbar>li ul li a{
    color: #111111;
    font-size: 14px;
    transition: all 0.2s;
    display: block;
    overflow: hidden;
    line-height: 32px;

}
.headerNav .navbar>li ul li a:hover{
    color: #2c3f95;
}
.headerNav:hover  .navbar>li ul{
   display: block;
}

.headerNav:hover .container .core {
    height: 188px;
}






/*查看更多按钮*/
.titlemore{
    display: block;
    text-align: center;
}
.titlemore h3{
    color: #333333;
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;
    margin: 60px 0 20px 0;
    
    
        font-size: 40px;
    line-height: 52px;
    
}
.moreButton {
    background-color: #333333;
    font-size: 12px;
    height: 38px;
    width: 200px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    border-radius: 36px;
    cursor: pointer;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    position: relative;
}
.moreButton i{
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(../images/right.png) no-repeat center;
    background-size: 7px;
    vertical-align: middle;
    margin: -3px 0 0 0;
}

.moreButton:hover{
    text-decoration: none;
    background:#c30d23;
}
.moreButton span{
    color: #ffffff;
    position: relative;
    z-index: 100;
}
.moreButton:before {
    width:100%;
    height:100%;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8a4747;
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all .3s ease-out;
}
.moreButton:hover:before {
    border-radius: 0;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    z-index: 1;
    background:#c30d23;
}









/*手机端头部*/
#mobile #mobile-menu {
    position: fixed;
    top: 55px;
    /*left: none;*/
    right: -220px;
    width: 220px;
    height: 100%;
    background-color: #373737;
    z-index: 9999
}

#mobile a:hover,a:focus {
    text-decoration: none
}

#mobile .mobile-nav>ul>li{
    position: relative;
}
#mobile .mobile-nav>ul>li a {
    display: block;
    padding: 12px 0 12px 8%;
    /*border-top: 1px solid #000000;*/
    border-bottom: 1px solid #585858;
    transition: all .2s ease-out;
    cursor: pointer;
    color: white;
}
#mobile .mobile-nav>ul>li.on>a{
    color: #fff;
}


#mobile .mobile-nav>ul>li>ul {
    display: none
}

#mobile .mobile-nav>ul>li>ul>li>ul{
    display: none !important;
}



#mobile .mobile-nav>ul>li:last-child>ul {
    /*display: block;*/
}
#mobile .mobile-nav>ul>li:nth-child(2) i,
#mobile .mobile-nav>ul>li:nth-child(3) i,
#mobile .mobile-nav>ul>li:nth-child(4) i,
#mobile .mobile-nav>ul>li:nth-child(6) i,
#mobile .mobile-nav>ul>li:nth-child(5) i{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 7px;
    background: url(../images/navb.png) no-repeat center;
}
/*
#mobile .mobile-nav>ul>li:nth-child(2) i.close{
    background: url(../images/navb.png) no-repeat center;
}
#mobile .mobile-nav>ul>li:nth-child(2) i.open{
    background: url(../images/navt.png) no-repeat center;
}
*/


#mobile .mobile-nav>ul>li>ul>li>a {
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 12px 0 12px 20%;
}

#mobile .mobile-nav>ul>li a img.icon {
    float: right
}

#mobile #mobile-menu {
    overflow: auto;
    position: fixed;
    width: 170px;
    height: 100%;
    background-color: #181818;
    z-index: 9999;
    transition: all .3s ease-in
}

#mobile .mobile-nav ul li a:hover {
    background-color: #565555;
    color: #fff
}

#mobile .show-nav {
    right: 0 !important;
    transform: translateX(0)
}

#mobile .hide-nav {
    right: -170px !important;
    /*transform: translateX(-220px)*/
}

#mobile .mobile-nav-taggle {
    height: 35px;
    line-height: 35px;
    width: 35px;

    color: #fff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    float: right
}

#mobile .nav.avbar-inverse {
    position: relative
}

#mobile .nav-btn {
    background: rgba(110,110,110,0.7);
    z-index: 1000;
    /*text-align: center;*/
    line-height: 30px;
    padding: 10px;
    box-sizing: border-box;
    color: #333333;
    font-size: 18px;
    font-weight: bolder
}
#mobile .nav-btn.navbar-fixed-top {
    line-height: 35px;
    height: 55px;
    font-size: 17px;
}
#mobile .nav-btn.navbar-fixed-top.backbgnav{
    background: #181818;
}
.mobilelogo{
    height: 40px;
    margin: -3px 0 0 0;
}






#mobile #mobileFooter {
    background: #181818;
    text-align: center;
    height: 50px;
    margin: 0;
    padding: 0;
    z-index: 100000;
}

#mobile #mobileFooter a {
    color: #fff;
    text-align: center
}

#mobile #mobileFooter a img {
    width: 24px;
    height: 24px
}

#mobile #mobileFooter a span {
    display: block;
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 18px
}







/*寰俊寮圭獥*/
.modal-header{
    padding: 9px 16px;
}
/*鍒嗛〉鍖哄煙*/
.pagination { display: inline-block ; padding-left: 0; margin: 20px 0; border-radius: 4px; }
.pagination > li { display: inline; border: none !important;padding: 0 !important; }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.428571429; text-decoration: none; background-color: #ffffff; border: 1px solid #dddddd; }
.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { background-color: #eeeeee; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #ffffff; cursor: default; background-color: #1e88e5; border-color: #1e88e5; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999999; cursor: not-allowed; background-color: #ffffff; border-color: #dddddd; }
.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; }
.pager:before, .pager:after { display: table; content: " "; }
.pager:after { clear: both; }
.pager:before, .pager:after { display: table; content: " "; }
.pager:after { clear: both; }
.pager li { display: inline; }
.pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 15px; }
.pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; }
.pager .next > a, .pager .next > span { float: right; }
.pager .previous > a, .pager .previous > span { float: left; }
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999999; cursor: not-allowed; background-color: #ffffff; }

.pagination {
    text-align: right;
    width: 100%;
    font-size: 0;
    margin: 50px 0 0 0 ;
}
.pagination > li {
    float: none;
    display: inline-block;
    margin: 0;
}

.pagination > li a{
    color: #1e88e5;
}




/*页脚区域的样式*/
.footernav {
    padding: 40px 0;
}
.footernav .footerlogo img{
 height: 80px;
    margin: 20px 0 0 30px;
}
.footertell{
    display: block;
    background: #009140;
    padding: 60px 0;
    color: #ffffff;
}

.footertell .tltrighttitleh5{
    width: 100%;
    color: #ffffff;
    font-size: 36px;
    font-weight: 100;
}

.footertell .bottomtext{
    margin: 360px 0 0 0;
    text-align: right;
}
.footertell .bottomtext .tell{
    float: right;
}
.footertell .bottomtext .tellone{
    width: 100%;
    color: #ffffff;
    font-size: 22px;
    font-weight: 100;
}
.footertell .bottomtext .tellone em{
    font-style: normal;
    font-size: 38px;
    font-size: 44px;
}
.footernav .navbar{
    text-align: center;
    border: none;
    display: inline-block;
    margin: 0 0;
    height: 100%;
    padding: 0  0 0 0%;
}
.footernav .navbar>li{
    float: left;
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 28px 52px 0 0;
}

.footernav .navbar>li>a{
    overflow: hidden;
    display: inline-block;
    color: #000000;
    font-size: 18px;
    padding: 0;
    transition: all 0.3s;
    width: 100%;
    font-weight: 600;
    font-family: "navfooter";
}

.footernav .navbar>li a:hover,
.footernav .navbar>li a:hover span{
    color: #2c3f95;
}
/*二级导航*/
.footernav .navbar>li ul{
    width: 100%;
    z-index: 10000;
    padding: 8px 0;
}
.footernav .navbar>li ul li a{
    color: #111111;
    font-size: 14px;
    transition: all 0.2s;
    display: block;
    overflow: hidden;
    line-height: 32px;

}
.footernav .navbar>li ul li a:hover{
    color: #2c3f95;
}

.footeripc{
    padding:26px 0 20px 0;
    background: #f3f3f3;
    text-align: center;
}
.footeripc p{
    text-align: center;
    font-size: 14px;
    margin: 0  0 0 0;
}


















/*设置手机端的css*/
@media screen and (max-width: 1600px) {
    .titlemore h3 {
      font-size: 32px;
      line-height: 42px;
   }
    
}


@media screen and (max-width: 1540px) {
    .container{
        width: 1400px;
    }
    .headerNav .navbar{
        padding: 0  0 0 12%;
        /*padding: 9px  0 0 15%;*/
    }
    
}


@media screen and (max-width: 1450px) {
    .container{
        width: 1300px;
    }





}
@media screen and (max-width: 1400px) {
    .container{
        width: 1200px;
    }

    .footertell {
        padding: 40px 0;
    }
    .footertell .tltrighttitleh5 {
        font-size: 20px;
    }
    .footertell .bottomtext {
        margin: 15% 0 0 0;
    }
    .footertell .bottomtext .tellone {
        font-size: 15px;
    }
    .footertell .bottomtext .tellone em {
        font-size: 20px;
        font-size: 22px;
          font-size: 44px;
    }
    .footertell .bottomtext .telltwo {
        font-size: 16px;
    }
    .footernav .navbar>li {
   
    margin: 28px 32px 0 0;
}

}
@media screen and (max-width: 1200px) {
     .container{
        width: 100%;
    }
    .headerNav .container .logoPC {
        line-height: 85px;
        height: 85px;
    }
    .headerNav .navbar {
        padding: 0 0 0 16%;
    }
    .headerNav .navbar>li {
        margin: 24px 32px 0 0;
    }
    .headerNav .navbar>li:nth-child(4),
    .headerNav .navbar>li:nth-child(5),
    .headerNav .navbar>li:nth-child(6),
    .headerNav .navbar>li:nth-child(5) {
        min-width: 85px;
    }
    .homedome .titlemore {
        top: 4%;
    }
    .titlemore h3 {
        font-size: 18px;
        margin: 10px 0 10px 0;
    }
    .moreButton {
        font-size: 14px;
        height: 36px;
        width: 160px;
        line-height: 36px;
        border-radius: 36px;
    }


    .footernav .footerlogo img {
        height: 80px;
        margin: 20px 0 0 0px;
    }




}














@media screen and (max-width: 1000px) {
    .row{
        margin: 0 ;
    }



    .container {
        padding: 0 10px;
    }
    body{
        padding: 0px 0 0px 0;
    }


    .homedome .titlemore {
        top: 8px;
    }
    .titlemore h3 {
        font-size: 16px;
        line-height: 18px;
        margin: 0px 0 10px 0;
    }
    .moreButton {
        font-size: 12px;
        height: 32px;
        width: 140px;
        line-height: 32px;
        border-radius: 32px;
    }


    .footertell {
        padding: 20px 0;
    }
    .footertell .tltrighttitleh5 {
        font-size: 17px;
        font-weight: 800;
    }
    .footertell .bottomtext {
        margin: 10% 0 0 0;
    }
    .footertell .bottomtext .tellone {
        font-size: 14px;
        font-weight: 800;
    }
    .footertell .bottomtext .tellone em {
        font-size: 20px;
    }
    .footertell .bottomtext .telltwo {
        font-size: 12px;
    }


    .footernav {
        padding: 20px 15px;
    }
    .footernav div{
        padding: 0;
    }
    .footernav .footerlogo img {
        /*height: 60px;*/
        margin: 20px 0 0 0px;
    }
    .footernav .navbar>li {
        margin: 28px 29px 0 0;
    }



    .footeripc p {
        font-size: 13px;
        margin: 8px 0 0 0;
    }
    .wxbox p{
        margin: 2px 0 0 0;
    }
    .footeripc a {
        font-size: 13px;
        margin: 8px 0 0 0;
    }

}




@media screen and (max-width: 990px) {
    body{
        padding: 0px 0 50px 0;
    }
}

@media screen and (max-width: 850px) {
    .footernav ul,
    .footernav div{
        width: 100% !important;
    }
}










/*banner区域*/
.bannerbox {
    padding: 0;
    position: relative;
}
.bannerbox img{
    width: 100%;
}
.banner_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    z-index: 10;
}

.banner_txt h2 {
    color: #ffffff;
    font-size: 44px;
    font-weight: bold;
    word-spacing: 2px;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

.banner_txt p {
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0px;
    margin: 4px 0 0 0;
}



/*设置手机端的css*/


@media screen and (max-width: 1400px) {
    .banner_txt h2 {
        font-size: 32px;
    }
    .banner_txt p {
        font-size: 18px;
    }
}


@media screen and (max-width: 1000px){


    .banner_txt h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .banner_txt p {
        font-size: 12px;
        padding: 0 4%;
    }
}

@media screen and (max-width: 768px){


    .banner_txt h2 {
        font-size: 17px !important;
        
    }
    .banner_txt p {
        font-size: 12px !important;
        
    }
}




/*列表页中的分页*/
.page{
    margin: 30px 0 80px 0;
    display: block;
    text-align: center;
}
.page .buttons.blue>div,
.page .buttons.blue>a {
    padding: 9px 14px;
    background: #fff;
    display: inline-block;
    border: 1px #dcdcdc solid;
    margin: 0 4px;
    color: #545454;
    font-size: 14px;
    padding: 9px 14px !important;
}

.page .buttons.blue .active,
.page .buttons.blue>div:hover,
.page .buttons.blue>a:hover {
    background: #009140;
    color: #fff;
}




@media screen and (max-width: 800px) {
    .page {
        margin: 15px 0 50px 0;
    }
    .page .buttons.blue>div, .page .buttons.blue>a {
        margin: 0;
        padding: 4px 9px !important;
    }
}





/*修改的区域*/



